Solutions for Comp248 Assignment 5 |
#include"Reportar.h"
int main()
{
//the same documentation in Sol_1 applies to Sol_2
Reportar tester ("marks.arr");
tester.filesOp();
return 0;
}
/*
Message:
Input file : marks.arr
Output file : marks.arr.out
. . . . . . . . . . . . . . .
Press any key to continue
*/
|